crypto/tls.certificateRequestMsg.certificateAuthorities (field)

8 uses

	crypto/tls (current package)
		handshake_client.go#L906: 		AcceptableCAs: certReq.certificateAuthorities,
		handshake_messages.go#L1574: 	certificateAuthorities       [][]byte
		handshake_messages.go#L1585: 	for _, ca := range m.certificateAuthorities {
		handshake_messages.go#L1620: 	for _, ca := range m.certificateAuthorities {
		handshake_messages.go#L1689: 	m.certificateAuthorities = nil
		handshake_messages.go#L1701: 		m.certificateAuthorities = append(m.certificateAuthorities, cas[:caLen])
		handshake_server.go#L553: 			certReq.certificateAuthorities = c.config.ClientCAs.Subjects()